-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Videoplayer rework #182
Merged
Merged
Videoplayer rework #182
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… into videoplayer-rework
moisout
added
API
Something Api-Related
core
a core feature of the application
enhancement
New feature or request
UI
UI-Related changes or features
videoplayer
something related to the Videoplayer
labels
Nov 3, 2020
…be-vue into videoplayer-rework
…, visual indicators for both
moisout
added a commit
that referenced
this pull request
Feb 4, 2021
* 🚑 hotfix package upgrade * ✨ Rework videoplayer (#182) * ✨ re-enable quality selection * ✨ initial mediaSession support * shared dto folder, videoplayer composition api * 🐛 add events to return * 🚧 add loadDashVideo method * 🚧 export seekbar events * 🐛 use video props * 🚧 videoplayer migration progress * 🚧 composition api migration progress * 🏗 finished video player composition api migration * 🐛 fix fullscreen * 🚧 begin fixing qualityselection * ✨ working quality selection * 🚧 work on mobile friendly audio * ✨ enable mediasession playback control * ✨ update mediasession progress when it changes * 🐛 some video page fixes * 🐛 catch error in setPositionState * 🐛 only update playback progress every second * ⚡️ unly update seekbar every second * 🐛 remove debugger * ✨ keyboard gestures for volume control, touch gestures for skip ahead, visual indicators for both * 🐛 fix player touch events * 🚧 chapters work in progress * 🚧 add titles to chapters * ⬆️ upgrade packages * ✨ Added chapter titles to seekbar * ✨ add links to text * ⬆️ update packages * 🐛 fix package problems * ✨ clickable timestamps in description * Bump ini from 1.3.5 to 1.3.7 (#186) Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update dependabot.yml * :arrow_up: Bump cross-env from 7.0.2 to 7.0.3 (#187) Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.2 to 7.0.3. - [Release notes](https://github.com/kentcdodds/cross-env/releases) - [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md) - [Commits](https://github.com/kentcdodds/cross-env/compare/v7.0.2...v7.0.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nuxtjs/eslint-config from 3.1.0 to 5.0.0 (#188) Bumps [@nuxtjs/eslint-config](https://github.com/nuxt/eslint-config) from 3.1.0 to 5.0.0. - [Release notes](https://github.com/nuxt/eslint-config/releases) - [Commits](https://github.com/nuxt/eslint-config/compare/@nuxtjs/[email protected]...@nuxtjs/[email protected]) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/testing from 7.5.5 to 7.6.1 (#189) Bumps [@nestjs/testing](https://github.com/nestjs/nest) from 7.5.5 to 7.6.1. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.5.5...v7.6.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/platform-express from 7.5.5 to 7.6.1 (#190) Bumps [@nestjs/platform-express](https://github.com/nestjs/nest) from 7.5.5 to 7.6.1. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.5.5...v7.6.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump nuxt-start from 2.14.7 to 2.14.11 (#191) Bumps [nuxt-start](https://github.com/nuxt/nuxt.js) from 2.14.7 to 2.14.11. - [Release notes](https://github.com/nuxt/nuxt.js/releases) - [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md) - [Commits](https://github.com/nuxt/nuxt.js/compare/v2.14.7...v2.14.11) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 🚑 upgrade packages, temporarily disable search (#192) * 🚑 upgrade packages, temporarily disable search * 🐛 fix unused VideoDetails * :arrow_up: Bump supertest from 5.0.0 to 6.0.1 (#193) Bumps [supertest](https://github.com/visionmedia/supertest) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/visionmedia/supertest/releases) - [Commits](https://github.com/visionmedia/supertest/compare/v5.0.0...v6.0.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump split-file-stream from 1.3.0 to 2.0.0 (#194) Bumps [split-file-stream](https://github.com/dannycho7/split-file-stream) from 1.3.0 to 2.0.0. - [Release notes](https://github.com/dannycho7/split-file-stream/releases) - [Commits](https://github.com/dannycho7/split-file-stream/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump eslint-config-prettier from 6.15.0 to 7.0.0 (#195) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.15.0 to 7.0.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.15.0...v7.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @types/express from 4.17.8 to 4.17.9 (#197) Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.8 to 4.17.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nuxtjs/eslint-module from 3.0.1 to 3.0.2 (#196) Bumps [@nuxtjs/eslint-module](https://github.com/nuxt-community/eslint-module) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/nuxt-community/eslint-module/releases) - [Changelog](https://github.com/nuxt-community/eslint-module/blob/master/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/eslint-module/compare/v3.0.1...v3.0.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 🐛 remove invalid ytsr types (#198) * Update dependabot.yml * :arrow_up: Bump @nestjs/core from 7.6.1 to 7.6.3 (#212) Bumps [@nestjs/core](https://github.com/nestjs/nest) from 7.6.1 to 7.6.3. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.1...v7.6.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump webpack-shell-plugin-next from 1.2.0 to 2.0.1 (#200) Bumps [webpack-shell-plugin-next](https://github.com/s00d/webpack-shell-plugin-next) from 1.2.0 to 2.0.1. - [Release notes](https://github.com/s00d/webpack-shell-plugin-next/releases) - [Changelog](https://github.com/s00d/webpack-shell-plugin-next/blob/master/CHANGELOG.md) - [Commits](https://github.com/s00d/webpack-shell-plugin-next/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump eslint-plugin-nuxt from 1.0.0 to 2.0.0 (#209) Bumps [eslint-plugin-nuxt](https://github.com/nuxt/eslint-plugin-nuxt) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/nuxt/eslint-plugin-nuxt/releases) - [Changelog](https://github.com/nuxt/eslint-plugin-nuxt/blob/master/CHANGELOG.md) - [Commits](https://github.com/nuxt/eslint-plugin-nuxt/compare/v1.0.0...v2.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nuxtjs/eslint-config-typescript from 3.0.0 to 5.0.0 (#211) Bumps [@nuxtjs/eslint-config-typescript](https://github.com/nuxt/eslint-config) from 3.0.0 to 5.0.0. - [Release notes](https://github.com/nuxt/eslint-config/releases) - [Commits](https://github.com/nuxt/eslint-config/compare/@nuxtjs/[email protected]...@nuxtjs/[email protected]) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/swagger from 4.7.6 to 4.7.7 (#210) Bumps [@nestjs/swagger](https://github.com/nestjs/swagger) from 4.7.6 to 4.7.7. - [Release notes](https://github.com/nestjs/swagger/releases) - [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json) - [Commits](https://github.com/nestjs/swagger/compare/4.7.6...4.7.7) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/platform-express from 7.6.1 to 7.6.3 (#206) Bumps [@nestjs/platform-express](https://github.com/nestjs/nest) from 7.6.1 to 7.6.3. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.1...v7.6.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump nuxt-start from 2.14.11 to 2.14.12 (#201) Bumps [nuxt-start](https://github.com/nuxt/nuxt.js) from 2.14.11 to 2.14.12. - [Release notes](https://github.com/nuxt/nuxt.js/releases) - [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md) - [Commits](https://github.com/nuxt/nuxt.js/compare/v2.14.11...v2.14.12) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump ytdl-core from 4.1.6 to 4.1.7 (#202) Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/fent/node-ytdl-core/releases) - [Commits](https://github.com/fent/node-ytdl-core/compare/v4.1.6...v4.1.7) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nuxtjs/composition-api from 0.13.5 to 0.17.0 (#203) Bumps [@nuxtjs/composition-api](https://github.com/nuxt-community/composition-api) from 0.13.5 to 0.17.0. - [Release notes](https://github.com/nuxt-community/composition-api/releases) - [Changelog](https://github.com/nuxt-community/composition-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/composition-api/compare/0.13.5...0.17.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nuxt/types from 2.14.11 to 2.14.12 (#199) Bumps [@nuxt/types](https://github.com/nuxt/nuxt.js) from 2.14.11 to 2.14.12. - [Release notes](https://github.com/nuxt/nuxt.js/releases) - [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md) - [Commits](https://github.com/nuxt/nuxt.js/compare/v2.14.11...v2.14.12) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/config from 0.5.0 to 0.6.1 (#207) Bumps [@nestjs/config](https://github.com/nestjs/config) from 0.5.0 to 0.6.1. - [Release notes](https://github.com/nestjs/config/releases) - [Changelog](https://github.com/nestjs/config/blob/master/.release-it.json) - [Commits](https://github.com/nestjs/config/compare/0.5.0...0.6.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump ytdl-core from 4.1.7 to 4.2.1 (#216) Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.1.7 to 4.2.1. - [Release notes](https://github.com/fent/node-ytdl-core/releases) - [Commits](https://github.com/fent/node-ytdl-core/compare/v4.1.7...v4.2.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 🐛 Small fixes (#222) * 🐛 remove invalid ytsr types * 💄 fix home layout * 🚨 fix eslint issues, add maskable icons * 🔍 update robots.txt * 💄 fix videoentry css * 🐛 fix wrong description path (#223) * :arrow_up: Bump swagger-ui-express from 4.1.5 to 4.1.6 (#225) Bumps [swagger-ui-express](https://github.com/scottie1984/swagger-ui-express) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/scottie1984/swagger-ui-express/releases) - [Commits](https://github.com/scottie1984/swagger-ui-express/compare/4.1.5...4.1.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump ytsr from 3.0.0 to 3.2.1 (#224) Bumps [ytsr](https://github.com/TimeForANinja/node-ytsr) from 3.0.0 to 3.2.1. - [Release notes](https://github.com/TimeForANinja/node-ytsr/releases) - [Commits](https://github.com/TimeForANinja/node-ytsr/compare/3.0.0...3.2.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @types/node from 14.14.14 to 14.14.16 (#226) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.14 to 14.14.16. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump webpack-cli from 4.2.0 to 4.3.0 (#227) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/[email protected]@4.3.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump nuxt from 2.14.11 to 2.14.12 (#208) Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.14.11 to 2.14.12. - [Release notes](https://github.com/nuxt/nuxt.js/releases) - [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md) - [Commits](https://github.com/nuxt/nuxt.js/compare/v2.14.11...v2.14.12) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump eslint-config-prettier from 7.0.0 to 7.1.0 (#217) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v7.0.0...v7.1.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/swagger from 4.7.7 to 4.7.9 (#228) Bumps [@nestjs/swagger](https://github.com/nestjs/swagger) from 4.7.7 to 4.7.9. - [Release notes](https://github.com/nestjs/swagger/releases) - [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json) - [Commits](https://github.com/nestjs/swagger/compare/4.7.7...4.7.9) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump mongoose from 5.11.8 to 5.11.9 (#229) Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.11.8 to 5.11.9. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md) - [Commits](https://github.com/Automattic/mongoose/compare/5.11.8...5.11.9) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/schematics from 7.2.5 to 7.2.6 (#230) Bumps [@nestjs/schematics](https://github.com/nestjs/schematics) from 7.2.5 to 7.2.6. - [Release notes](https://github.com/nestjs/schematics/releases) - [Changelog](https://github.com/nestjs/schematics/blob/master/.release-it.json) - [Commits](https://github.com/nestjs/schematics/compare/7.2.5...7.2.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump sass from 1.30.0 to 1.32.0 (#231) Bumps [sass](https://github.com/sass/dart-sass) from 1.30.0 to 1.32.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.30.0...1.32.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/platform-express from 7.6.3 to 7.6.5 (#232) Bumps [@nestjs/platform-express](https://github.com/nestjs/nest) from 7.6.3 to 7.6.5. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.3...v7.6.5) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/core from 7.6.3 to 7.6.5 (#234) Bumps [@nestjs/core](https://github.com/nestjs/nest) from 7.6.3 to 7.6.5. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.3...v7.6.5) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/common from 7.6.1 to 7.6.5 (#235) Bumps [@nestjs/common](https://github.com/nestjs/nest) from 7.6.1 to 7.6.5. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.1...v7.6.5) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump ts-loader from 8.0.12 to 8.0.13 (#236) Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.12 to 8.0.13. - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.0.12...v8.0.13) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump webpack-cli from 4.3.0 to 4.3.1 (#239) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/[email protected]@4.3.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @types/node from 14.14.16 to 14.14.19 (#240) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.16 to 14.14.19. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @types/node from 14.14.19 to 14.14.20 (#245) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.19 to 14.14.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nuxtjs/axios from 5.12.4 to 5.12.5 (#244) Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.12.4 to 5.12.5. - [Release notes](https://github.com/nuxt-community/axios-module/releases) - [Changelog](https://github.com/nuxt-community/axios-module/blob/master/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/axios-module/compare/v5.12.4...v5.12.5) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump mongoose from 5.11.9 to 5.11.10 (#243) Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.11.9 to 5.11.10. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md) - [Commits](https://github.com/Automattic/mongoose/compare/5.11.9...5.11.10) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump eslint from 7.15.0 to 7.17.0 (#242) Bumps [eslint](https://github.com/eslint/eslint) from 7.15.0 to 7.17.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.15.0...v7.17.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/testing from 7.6.1 to 7.6.5 (#237) Bumps [@nestjs/testing](https://github.com/nestjs/nest) from 7.6.1 to 7.6.5. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.1...v7.6.5) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump ts-loader from 8.0.13 to 8.0.14 (#246) Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.13 to 8.0.14. - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.0.13...v8.0.14) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 👽 add user agent to invidious request (#247) * :arrow_up: Bump ytdl-core from 4.2.1 to 4.4.1 (#249) Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.2.1 to 4.4.1. - [Release notes](https://github.com/fent/node-ytdl-core/releases) - [Commits](https://github.com/fent/node-ytdl-core/compare/v4.2.1...v4.4.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 🐳 directly run cmd command (#252) * ✨ Add Sponsorblock support (#253) * 🚧 add sponsorblock setting * ✨ show sponsorblock segments in seekbar * 🚧 add categories to settings * 🚧 work on multiOptionButton * ⬆️ upgrade packages * Merge branch 'main' into sponsorblock * 🚧 add sponsorblock setting * ✨ show sponsorblock segments in seekbar * Merge branch 'main' into sponsorblock * 🚧 skipping functionality progress * 🐛 fix merge conflict * ✨ finish sponsorblock skip button * 💄 fix animation and background of skip button * :arrow_up: Bump nodemon from 2.0.6 to 2.0.7 (#248) Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v2.0.6...v2.0.7) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump sass from 1.32.0 to 1.32.2 (#250) Bumps [sass](https://github.com/sass/dart-sass) from 1.32.0 to 1.32.2. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.32.0...1.32.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ✨ store popular page serverside (#254) #71 * 🐛 fetch homepage on start, don't show 404 videos (#258) * ⬆️ update pwa module (#259) * :arrow_up: Bump @types/jest from 26.0.19 to 26.0.20 (#256) Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.19 to 26.0.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump humanize-duration from 3.25.0 to 3.25.1 (#257) Bumps [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) from 3.25.0 to 3.25.1. - [Release notes](https://github.com/EvanHahn/HumanizeDuration.js/releases) - [Changelog](https://github.com/EvanHahn/HumanizeDuration.js/blob/main/HISTORY.md) - [Commits](https://github.com/EvanHahn/HumanizeDuration.js/compare/v3.25.0...v3.25.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump vuex-persistedstate from 3.1.0 to 3.2.0 (#263) Bumps [vuex-persistedstate](https://github.com/robinvdvleuten/vuex-persistedstate) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/robinvdvleuten/vuex-persistedstate/releases) - [Changelog](https://github.com/robinvdvleuten/vuex-persistedstate/blob/master/CHANGELOG.md) - [Commits](https://github.com/robinvdvleuten/vuex-persistedstate/compare/v3.1.0...v3.2.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump sass-loader from 10.1.0 to 10.1.1 (#264) Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 10.1.0 to 10.1.1. - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v10.1.0...v10.1.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump ytdl-core from 4.4.1 to 4.4.3 (#268) Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.4.1 to 4.4.3. - [Release notes](https://github.com/fent/node-ytdl-core/releases) - [Commits](https://github.com/fent/node-ytdl-core/compare/v4.4.1...v4.4.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @types/express from 4.17.9 to 4.17.11 (#269) Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.9 to 4.17.11. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump class-transformer from 0.3.1 to 0.3.2 (#270) Bumps [class-transformer](https://github.com/typestack/class-transformer) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/typestack/class-transformer/releases) - [Changelog](https://github.com/typestack/class-transformer/blob/develop/CHANGELOG.md) - [Commits](https://github.com/typestack/class-transformer/compare/v0.3.1...v0.3.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump mongoose from 5.11.10 to 5.11.12 (#271) Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.11.10 to 5.11.12. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md) - [Commits](https://github.com/Automattic/mongoose/compare/5.11.10...5.11.12) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nuxtjs/composition-api from 0.17.0 to 0.18.1 (#272) Bumps [@nuxtjs/composition-api](https://github.com/nuxt-community/composition-api) from 0.17.0 to 0.18.1. - [Release notes](https://github.com/nuxt-community/composition-api/releases) - [Changelog](https://github.com/nuxt-community/composition-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/composition-api/compare/0.17.0...0.18.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @types/node-fetch from 2.5.7 to 2.5.8 (#273) Bumps [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch) from 2.5.7 to 2.5.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/mongoose from 7.2.0 to 7.2.2 (#275) Bumps [@nestjs/mongoose](https://github.com/nestjs/mongoose) from 7.2.0 to 7.2.2. - [Release notes](https://github.com/nestjs/mongoose/releases) - [Changelog](https://github.com/nestjs/mongoose/blob/master/.release-it.json) - [Commits](https://github.com/nestjs/mongoose/compare/7.2.0...7.2.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nuxt/typescript-build from 2.0.3 to 2.0.4 (#276) Bumps [@nuxt/typescript-build](https://github.com/nuxt/typescript) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/nuxt/typescript/releases) - [Commits](https://github.com/nuxt/typescript/compare/@nuxt/[email protected]...@nuxt/[email protected]) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump eslint from 7.17.0 to 7.18.0 (#277) Bumps [eslint](https://github.com/eslint/eslint) from 7.17.0 to 7.18.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.17.0...v7.18.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/swagger from 4.7.9 to 4.7.11 (#279) Bumps [@nestjs/swagger](https://github.com/nestjs/swagger) from 4.7.9 to 4.7.11. - [Release notes](https://github.com/nestjs/swagger/releases) - [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json) - [Commits](https://github.com/nestjs/swagger/compare/4.7.9...4.7.11) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump supertest from 6.0.1 to 6.1.1 (#280) Bumps [supertest](https://github.com/visionmedia/supertest) from 6.0.1 to 6.1.1. - [Release notes](https://github.com/visionmedia/supertest/releases) - [Commits](https://github.com/visionmedia/supertest/compare/v6.0.1...v6.1.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump sass from 1.32.2 to 1.32.4 (#265) Bumps [sass](https://github.com/sass/dart-sass) from 1.32.2 to 1.32.4. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.32.2...1.32.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maurice Oegerli <[email protected]> * :arrow_up: Bump husky from 4.3.6 to 4.3.8 (#278) Bumps [husky](https://github.com/typicode/husky) from 4.3.6 to 4.3.8. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v4.3.6...v4.3.8) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump eslint-config-prettier from 7.1.0 to 7.2.0 (#281) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v7.1.0...v7.2.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 💚 fix build, add sw.js to eslintignore (#282) * :arrow_up: Bump @types/node from 14.14.21 to 14.14.22 (#285) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.21 to 14.14.22. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump webpack-cli from 4.3.1 to 4.4.0 (#284) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/[email protected]@4.4.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump sass from 1.32.4 to 1.32.5 (#283) Bumps [sass](https://github.com/sass/dart-sass) from 1.32.4 to 1.32.5. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.32.4...1.32.5) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump ytsr from 3.2.1 to 3.2.2 (#288) Bumps [ytsr](https://github.com/TimeForANinja/node-ytsr) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/TimeForANinja/node-ytsr/releases) - [Commits](https://github.com/TimeForANinja/node-ytsr/compare/3.2.1...3.2.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump mongoose from 5.11.12 to 5.11.13 (#286) Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.11.12 to 5.11.13. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md) - [Commits](https://github.com/Automattic/mongoose/compare/5.11.12...5.11.13) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ♻️ Major cleanup and fixes (#289) * 🥅 about page error handling * 🔇 remove console logs * 🐛 automatically login after registration * 🔇 remove console logs * 🎨 remove unused module * 🔒 dont return jwt token in response body by default * 🥅 about page error handling * 🔇 remove console logs * 🐛 automatically login after registration * 🔇 remove console logs * 🎨 remove unused module * 🔒 dont return jwt token in response body by default * ⬆️ upgrade packages * 🥅 disable errors temporarily * 🐛 downgrade shell plugin * 🔇 remove all console.log, .warn, .error * ⬇️ downgrade @nuxt/typescript-build * 🐛 remove commons in template * ✏️ fix comma in package.json * :arrow_up: Bump eslint-config-prettier from 7.0.0 to 7.2.0 (#293) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.0.0 to 7.2.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v7.0.0...v7.2.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/swagger from 4.7.11 to 4.7.12 (#290) Bumps [@nestjs/swagger](https://github.com/nestjs/swagger) from 4.7.11 to 4.7.12. - [Release notes](https://github.com/nestjs/swagger/releases) - [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json) - [Commits](https://github.com/nestjs/swagger/compare/4.7.11...4.7.12) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 📝 Update README.md (#304) * :arrow_up: Bump ytsr from 3.2.2 to 3.2.3 (#299) Bumps [ytsr](https://github.com/TimeForANinja/node-ytsr) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/TimeForANinja/node-ytsr/releases) - [Commits](https://github.com/TimeForANinja/node-ytsr/compare/3.2.2...3.2.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nuxtjs/composition-api from 0.18.1 to 0.19.0 (#303) Bumps [@nuxtjs/composition-api](https://github.com/nuxt-community/composition-api) from 0.18.1 to 0.19.0. - [Release notes](https://github.com/nuxt-community/composition-api/releases) - [Changelog](https://github.com/nuxt-community/composition-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/composition-api/compare/0.18.1...0.19.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump supertest from 6.1.1 to 6.1.3 (#302) Bumps [supertest](https://github.com/visionmedia/supertest) from 6.1.1 to 6.1.3. - [Release notes](https://github.com/visionmedia/supertest/releases) - [Commits](https://github.com/visionmedia/supertest/compare/v6.1.1...v6.1.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/config from 0.6.1 to 0.6.2 (#296) Bumps [@nestjs/config](https://github.com/nestjs/config) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/nestjs/config/releases) - [Changelog](https://github.com/nestjs/config/blob/master/.release-it.json) - [Commits](https://github.com/nestjs/config/compare/0.6.1...0.6.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 📝 Update CHANGELOG.md * :arrow_up: Bump ytdl-core from 4.4.4 to 4.4.5 (#295) Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.4.4 to 4.4.5. - [Release notes](https://github.com/fent/node-ytdl-core/releases) - [Commits](https://github.com/fent/node-ytdl-core/compare/v4.4.4...v4.4.5) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/testing from 7.6.5 to 7.6.6 (#309) Bumps [@nestjs/testing](https://github.com/nestjs/nest) from 7.6.5 to 7.6.6. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.5...v7.6.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/core from 7.6.5 to 7.6.6 (#308) Bumps [@nestjs/core](https://github.com/nestjs/nest) from 7.6.5 to 7.6.6. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.5...v7.6.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/common from 7.6.5 to 7.6.6 (#307) Bumps [@nestjs/common](https://github.com/nestjs/nest) from 7.6.5 to 7.6.6. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.5...v7.6.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nuxtjs/pwa from 3.3.4 to 3.3.5 (#306) Bumps [@nuxtjs/pwa](https://github.com/nuxt-community/pwa-module) from 3.3.4 to 3.3.5. - [Release notes](https://github.com/nuxt-community/pwa-module/releases) - [Changelog](https://github.com/nuxt-community/pwa-module/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/pwa-module/compare/v3.3.4...v3.3.5) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/platform-express from 7.6.5 to 7.6.6 (#305) Bumps [@nestjs/platform-express](https://github.com/nestjs/nest) from 7.6.5 to 7.6.6. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.5...v7.6.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/schedule from 0.4.1 to 0.4.2 (#297) Bumps [@nestjs/schedule](https://github.com/nestjs/schedule) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/nestjs/schedule/releases) - [Changelog](https://github.com/nestjs/schedule/blob/master/.release-it.json) - [Commits](https://github.com/nestjs/schedule/compare/0.4.1...0.4.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/schematics from 7.2.6 to 7.2.7 (#300) Bumps [@nestjs/schematics](https://github.com/nestjs/schematics) from 7.2.6 to 7.2.7. - [Release notes](https://github.com/nestjs/schematics/releases) - [Changelog](https://github.com/nestjs/schematics/blob/master/.release-it.json) - [Commits](https://github.com/nestjs/schematics/compare/7.2.6...7.2.7) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/platform-express from 7.6.5 to 7.6.7 (#311) Bumps [@nestjs/platform-express](https://github.com/nestjs/nest) from 7.6.5 to 7.6.7. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.5...v7.6.7) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/common from 7.6.6 to 7.6.7 (#312) Bumps [@nestjs/common](https://github.com/nestjs/nest) from 7.6.6 to 7.6.7. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.6...v7.6.7) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/core from 7.6.6 to 7.6.7 (#313) Bumps [@nestjs/core](https://github.com/nestjs/nest) from 7.6.6 to 7.6.7. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.6...v7.6.7) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/testing from 7.6.6 to 7.6.7 (#314) Bumps [@nestjs/testing](https://github.com/nestjs/nest) from 7.6.6 to 7.6.7. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.6...v7.6.7) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump mongoose from 5.11.13 to 5.11.14 (#315) Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.11.13 to 5.11.14. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md) - [Commits](https://github.com/Automattic/mongoose/compare/5.11.13...5.11.14) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ✨ Fix search, upgrade to ytsr 3.x (#310) * 💄 fix home layout * 🚧 update for new module * 🚧 search page progress * ✨ related searches feature * ✨ working videos in search * 📱 add scrset to video thumbnail * ✨ working channels in search * ✨ working playlists in search * ✨ search results showing fully * 🚧 begin work on continuation * :sparkles: Load more videos working on search page * :sparkles: Working filters * :bug: Fix filter not showing on click, move reset button * :fire: remove unused classes * :lipstick: change reset filter style * :arrow_up: Bump eslint from 7.18.0 to 7.19.0 (#318) Bumps [eslint](https://github.com/eslint/eslint) from 7.18.0 to 7.19.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.18.0...v7.19.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump ts-jest from 26.4.4 to 26.5.0 (#317) Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.4.4 to 26.5.0. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.4.4...v26.5.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 📝 Update CHANGELOG.md * 🐛 fix filterValue.name.replaceAll is not a function (#335) * :arrow_up: Bump @nuxtjs/axios from 5.12.5 to 5.13.0 (#321) Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.12.5 to 5.13.0. - [Release notes](https://github.com/nuxt-community/axios-module/releases) - [Changelog](https://github.com/nuxt-community/axios-module/blob/master/CHANGELOG.md) - [Commits](https://github.com/nuxt-community/axios-module/compare/v5.12.5...v5.13.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump sass from 1.32.5 to 1.32.6 (#322) Bumps [sass](https://github.com/sass/dart-sass) from 1.32.5 to 1.32.6. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.32.5...1.32.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump ytsr from 3.2.3 to 3.2.4 (#323) Bumps [ytsr](https://github.com/TimeForANinja/node-ytsr) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/TimeForANinja/node-ytsr/releases) - [Commits](https://github.com/TimeForANinja/node-ytsr/compare/3.2.3...3.2.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/platform-express from 7.6.7 to 7.6.9 (#326) Bumps [@nestjs/platform-express](https://github.com/nestjs/nest) from 7.6.7 to 7.6.9. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.7...v7.6.9) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump consola from 2.15.0 to 2.15.1 (#327) Bumps [consola](https://github.com/nuxt/consola) from 2.15.0 to 2.15.1. - [Release notes](https://github.com/nuxt/consola/releases) - [Changelog](https://github.com/nuxt-contrib/consola/blob/master/CHANGELOG.md) - [Commits](https://github.com/nuxt/consola/compare/v2.15.0...v2.15.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/common from 7.6.7 to 7.6.9 (#328) Bumps [@nestjs/common](https://github.com/nestjs/nest) from 7.6.7 to 7.6.9. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.7...v7.6.9) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @babel/core from 7.12.10 to 7.12.13 (#329) Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.10 to 7.12.13. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.13/packages/babel-core) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @types/passport-jwt from 3.0.3 to 3.0.4 (#330) Bumps [@types/passport-jwt](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/passport-jwt) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/passport-jwt) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump webpack-cli from 4.4.0 to 4.5.0 (#331) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/[email protected]@4.5.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/testing from 7.6.7 to 7.6.9 (#332) Bumps [@nestjs/testing](https://github.com/nestjs/nest) from 7.6.7 to 7.6.9. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.7...v7.6.9) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/core from 7.6.7 to 7.6.9 (#334) Bumps [@nestjs/core](https://github.com/nestjs/nest) from 7.6.7 to 7.6.9. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.7...v7.6.9) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/config from 0.6.2 to 0.6.3 (#333) Bumps [@nestjs/config](https://github.com/nestjs/config) from 0.6.2 to 0.6.3. - [Release notes](https://github.com/nestjs/config/releases) - [Changelog](https://github.com/nestjs/config/blob/master/.release-it.json) - [Commits](https://github.com/nestjs/config/compare/0.6.2...0.6.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/core from 7.6.7 to 7.6.11 (#337) Bumps [@nestjs/core](https://github.com/nestjs/nest) from 7.6.7 to 7.6.11. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.7...v7.6.11) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :arrow_up: Bump @nestjs/testing from 7.6.7 to 7.6.11 (#336) Bumps [@nestjs/testing](https://github.com/nestjs/nest) from 7.6.7 to 7.6.11. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v7.6.7...v7.6.11) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * :bookmark: Prepare release 0.5 (#341) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
API
Something Api-Related
core
a core feature of the application
enhancement
New feature or request
UI
UI-Related changes or features
videoplayer
something related to the Videoplayer
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #79
Resolves #80
Resolves #69
Current feature set